func time.get2
9 uses
time (current package)
zoneinfo_read.go#L394: func get2(b []byte) int {
zoneinfo_read.go#L423: n := get2(buf[10:])
zoneinfo_read.go#L459: meth := get2(buf[10:])
zoneinfo_read.go#L461: namelen := get2(buf[28:])
zoneinfo_read.go#L462: xlen := get2(buf[30:])
zoneinfo_read.go#L463: fclen := get2(buf[32:])
zoneinfo_read.go#L493: get2(buf[8:]) != meth ||
zoneinfo_read.go#L494: get2(buf[26:]) != namelen ||
zoneinfo_read.go#L498: xlen = get2(buf[28:])
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |